C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / Item Property
The index.

In This Topic
Item Property (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Gets the element at the specified index in the read-only list.
Syntax
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
 

Parameters

index
The index.

Property Value

The item at the specified position.
See Also